home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / others / callord.zip / RUN.BAT < prev   
DOS Batch File  |  1993-07-17  |  560b  |  28 lines

  1. @echo off
  2. if exist read.exe goto SB
  3. legend.exe
  4. callord.exe
  5. goto END
  6.  
  7. :SB
  8. if not exist sbtalker.exe goto ERR
  9. if not exist blaster.drv goto ERR
  10. if not exist sbfmdrv.com goto ERR
  11. if not exist playcmf.exe goto ERR
  12.  sbfmdrv.com >nul
  13.  sbtalker /dBLASTER
  14.  set-echo 500
  15.  legend.exe -S
  16.  set-echo 0
  17.  callord.exe -S
  18. if not exist remove.exe remove.exe >nul
  19. goto END
  20.  
  21. :ERR
  22. @echo  There is no "sbtalker.exe", "blaster.drv", "sbfmdrv.com"
  23. @echo  or "playcmf.exe" files for run program with SOUND BLASTER.
  24. @echo  See "inst_sb.bat" file.
  25. pause
  26.  
  27. :END
  28.